From: Ralf Baechle Date: Thu, 8 Feb 2007 12:44:19 +0000 (+0000) Subject: [MIPS] Fix Kconfig typo bug X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~39474^2~2 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a9b69d0c0c928b4a78a0da32a903ae47b0ad09e7;p=linux-4.9.git [MIPS] Fix Kconfig typo bug Signed-off-by: Ralf Baechle --- diff --git a/arch/mips/oprofile/Kconfig b/arch/mips/oprofile/Kconfig index ca395ef06d4e..fb6f235348b0 100644 --- a/arch/mips/oprofile/Kconfig +++ b/arch/mips/oprofile/Kconfig @@ -11,7 +11,7 @@ config PROFILING config OPROFILE tristate "OProfile system profiling (EXPERIMENTAL)" - depends on PROFILING && !!MIPS_MT_SMTC && EXPERIMENTAL + depends on PROFILING && !MIPS_MT_SMTC && EXPERIMENTAL help OProfile is a profiling system capable of profiling the whole system, include the kernel, kernel modules, libraries,